projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7253a5a
)
Fix a compiler warning.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 30 Apr 2007 06:04:48 +0000
(06:04 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 30 Apr 2007 06:04:48 +0000
(06:04 +0000)
svn path=/trunk/; revision=17729
gtk/gtkprintoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.c
b/gtk/gtkprintoperation.c
index 1b35e9d5b40ee468a0b51828c538604cbd8e3677..cc8e077d71559716d22974c1fbcdf6573bda82d3 100644
(file)
--- a/
gtk/gtkprintoperation.c
+++ b/
gtk/gtkprintoperation.c
@@
-507,7
+507,8
@@
gtk_print_operation_create_custom_widget (GtkPrintOperation *operation)
}
static void
-gtk_print_operation_done (GtkPrintOperation *operation)
+gtk_print_operation_done (GtkPrintOperation *operation,
+ GtkPrintOperationResult result)
{
GtkPrintOperationPrivate *priv = operation->priv;